projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f940ba
)
Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 10 May 1998 18:45:55 +0000
(18:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 10 May 1998 18:45:55 +0000
(18:45 +0000)
lisp/add-log.el
patch
|
blob
|
history
diff --git
a/lisp/add-log.el
b/lisp/add-log.el
index bde35a63b43efd5f890a5787d4413fe44d467dd2..06c52feebe83a8c2555d9d78fef9b0ba4a0aab2a 100644
(file)
--- a/
lisp/add-log.el
+++ b/
lisp/add-log.el
@@
-503,7
+503,7
@@
Has a preference of looking backwards."
(forward-sexp 1)
;; The second element is usually a symbol being defined.
;; If it is not, use the first symbol in it.
- (skip-chars-forward " \t
x
\n'(")
+ (skip-chars-forward " \t\n'(")
(buffer-substring (point)
(progn (forward-sexp 1)
(point)))))